Writes msg in the following ways, depending on your platform. On Windows, it logs to the debugger, so programs like DebugView can be used to view the string.
Syntax |
|---|
|
System.DebugLog msg |
Parameters |
|
|---|---|
|
msg |
|
Notes
On Macintosh, it uses DebugStr; it will log to the Console on Mac OS X. On Linux, it prints the message to StdErr.